home *** CD-ROM | disk | FTP | other *** search
/ Headbone Interactive / Headbone_Interactive_CD-ROM_Sampler_1995.iso / pc / demos / abf / intro.dxr / 00078_go to main script.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  253 b   |  15 lines

  1. on fadeAway
  2.   puppetSound("BonkHum.aif")
  3.   updateStage()
  4.   puppetsOff()
  5.   go("fade")
  6. end
  7.  
  8. on goToMain
  9.   set the timeoutScript to EMPTY
  10.   set the mouseDownScript to EMPTY
  11.   set the keyDownScript to EMPTY
  12.   cursor(0)
  13.   go(1, the pathName & "mainxyz")
  14. end
  15.